feat(lab11): hardened nginx + WAF sidecar - #12
Open
StefFashka wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Harden OWASP Juice Shop v20.0.0 behind an Nginx reverse proxy with TLS 1.3, security headers, rate limiting, timeout controls, cipher hardening, and a ModSecurity/OWASP CRS WAF layer.
Changes
labs/lab11/reverse-proxy/nginx.confβ hardened Nginx reverse proxy with HTTP-to-HTTPS redirect, TLS 1.3 only, required security headers, rate limiting, connection limits, timeouts, and TLS session/cipher hardening.labs/lab11/waf/β added the bonus WAF sidecar using ModSecurity v3 with OWASP CRS 4.25.1, including audit log evidence for the blocked SQL injection payload.submissions/lab11.mdβ added the Lab 11 submission report using the required template..gitignoreβ updated ignore rules for local/generated lab artifacts.Testing
Artifacts & Screenshots
Submission report: lab11.md
Hardened Nginx config: nginx.conf
WAF compose override: docker-compose.override.yml
WAF audit log: audit.log
Required checklist: